div.logobar {
    height: 50vh;
    width: 100%;
    text-indent: -9999px;
    background-color: rgb(255, 255, 255);
    background-image: url("https://conf.researchr.org/getImage/icsa-2024/orig/ICSA.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; 
    
}

.logobar a {
    height: 50vh;
    width: 100%;
}
.navbar{
  border-top: none !important;
}
.navbar-brand {
  font-size : 36px;
}
.navbar{
  border-radius: 0px !important;
}
.place {
  float: left;
  padding : 23px 0 0 40px
}
.place2 {
  float: right;
  padding : 23px 0 0 0px
}


